3.753 \(\int x^{-1+n} (a+b x)^{-1-n} \, dx\)

Optimal. Leaf size=19 \[ \frac {x^n (a+b x)^{-n}}{a n} \]

[Out]

x^n/a/n/((b*x+a)^n)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 19, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.059, Rules used = {37} \[ \frac {x^n (a+b x)^{-n}}{a n} \]

Antiderivative was successfully verified.

[In]

Int[x^(-1 + n)*(a + b*x)^(-1 - n),x]

[Out]

x^n/(a*n*(a + b*x)^n)

Rule 37

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n +
1))/((b*c - a*d)*(m + 1)), x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] && EqQ[m + n + 2, 0] && NeQ
[m, -1]

Rubi steps

\begin {align*} \int x^{-1+n} (a+b x)^{-1-n} \, dx &=\frac {x^n (a+b x)^{-n}}{a n}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 19, normalized size = 1.00 \[ \frac {x^n (a+b x)^{-n}}{a n} \]

Antiderivative was successfully verified.

[In]

Integrate[x^(-1 + n)*(a + b*x)^(-1 - n),x]

[Out]

x^n/(a*n*(a + b*x)^n)

________________________________________________________________________________________

fricas [A]  time = 0.51, size = 32, normalized size = 1.68 \[ \frac {{\left (b x^{2} + a x\right )} {\left (b x + a\right )}^{-n - 1} x^{n - 1}}{a n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1+n)*(b*x+a)^(-1-n),x, algorithm="fricas")

[Out]

(b*x^2 + a*x)*(b*x + a)^(-n - 1)*x^(n - 1)/(a*n)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b x + a\right )}^{-n - 1} x^{n - 1}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1+n)*(b*x+a)^(-1-n),x, algorithm="giac")

[Out]

integrate((b*x + a)^(-n - 1)*x^(n - 1), x)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 20, normalized size = 1.05 \[ \frac {x^{n} \left (b x +a \right )^{-n}}{a n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(n-1)*(b*x+a)^(-1-n),x)

[Out]

(b*x+a)^(-n)*x^n/a/n

________________________________________________________________________________________

maxima [A]  time = 1.30, size = 22, normalized size = 1.16 \[ \frac {e^{\left (-n \log \left (b x + a\right ) + n \log \relax (x)\right )}}{a n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(-1+n)*(b*x+a)^(-1-n),x, algorithm="maxima")

[Out]

e^(-n*log(b*x + a) + n*log(x))/(a*n)

________________________________________________________________________________________

mupad [B]  time = 0.50, size = 19, normalized size = 1.00 \[ \frac {x^n}{a\,n\,{\left (a+b\,x\right )}^n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(n - 1)/(a + b*x)^(n + 1),x)

[Out]

x^n/(a*n*(a + b*x)^n)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**(-1+n)*(b*x+a)**(-1-n),x)

[Out]

Timed out

________________________________________________________________________________________